VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageRemoveAnnotationsCommand Class / PdfPageRemoveAnnotationsCommand Constructors / PdfPageRemoveAnnotationsCommand Constructor(PdfAnnotationType[])
Синтаксис Требования Смотрите также
В этом разделе
    PdfPageRemoveAnnotationsCommand Constructor(PdfAnnotationType[])
    В этом разделе
    Инициализирует новый экземпляр класса PdfPageRemoveAnnotationsCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal ParamArray annotationTypes
    Типы аннотаций, которые необходимо удалить.
    () As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType _
    )
    public PdfPageRemoveAnnotationsCommand(
    params Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType[] annotationTypes
    )
    public: PdfPageRemoveAnnotationsCommand(
    params Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType[]* annotationTypes
    )
    public:
    PdfPageRemoveAnnotationsCommand(
    ... array<Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType>^ annotationTypes
    )

    Parameters

    annotationTypes
    Типы аннотаций, которые необходимо удалить.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также